home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / dev / c / libiconv_src.lha / man / Makefile < prev   
Encoding:
Makefile  |  2000-11-07  |  1.4 KB  |  57 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile for libiconv/man
  3.  
  4. #### Start of system configuration section. ####
  5.  
  6. # Directories used by "make":
  7. srcdir = .
  8.  
  9. # Directories used by "make install":
  10. prefix = /usr/local
  11. local_prefix = /usr/local
  12. exec_prefix = $(prefix)
  13. mandir = $(prefix)/man
  14.  
  15. # Programs used by "make":
  16. RM = rm -f
  17.  
  18.  
  19. # Programs used by "make install":
  20. INSTALL = /bin/install -c
  21. INSTALL_PROGRAM = $(INSTALL)
  22. INSTALL_DATA = $(INSTALL) -m 644
  23.  
  24. #### End of system configuration section. ####
  25.  
  26. SHELL = /bin/sh
  27.  
  28. all :
  29.  
  30. install : force
  31.     if [ ! -d $(DESTDIR)$(prefix) ] ; then mkdir $(DESTDIR)$(prefix) ; fi
  32.     if [ ! -d $(DESTDIR)$(mandir) ] ; then mkdir $(DESTDIR)$(mandir) ; fi
  33.     if [ ! -d $(DESTDIR)$(mandir)/man3 ] ; then mkdir $(DESTDIR)$(mandir)/man3 ; fi
  34.     cd $(srcdir) && for f in *.3 ; do echo $(INSTALL_DATA) $$f $(DESTDIR)$(mandir)/man3/$$f ; $(INSTALL_DATA) $$f $(DESTDIR)$(mandir)/man3/$$f ; done
  35.  
  36. installdirs : force
  37.     if [ ! -d $(DESTDIR)$(prefix) ] ; then mkdir $(DESTDIR)$(prefix) ; fi
  38.     if [ ! -d $(DESTDIR)$(mandir) ] ; then mkdir $(DESTDIR)$(mandir) ; fi
  39.     if [ ! -d $(DESTDIR)$(mandir)/man3 ] ; then mkdir $(DESTDIR)$(mandir)/man3 ; fi
  40.  
  41. uninstall : force
  42.     cd $(srcdir) && for f in *.3 ; do echo $(RM) $(DESTDIR)$(mandir)/man3/$$f ; $(RM) $(DESTDIR)$(mandir)/man3/$$f ; done
  43.  
  44. check :
  45.  
  46. mostlyclean :
  47.  
  48. clean :
  49.  
  50. distclean : force
  51.     $(RM) Makefile
  52.  
  53. maintainer-clean : distclean
  54.  
  55. force :
  56.  
  57.